diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq_new/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/pq_new/page.tsx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq_new/page.tsx b/app/[lng]/evcp/(evcp)/pq_new/page.tsx index 6598349b..abe134bd 100644 --- a/app/[lng]/evcp/(evcp)/pq_new/page.tsx +++ b/app/[lng]/evcp/(evcp)/pq_new/page.tsx @@ -7,7 +7,7 @@ import { DataTableSkeleton } from "@/components/data-table/data-table-skeleton" import { searchParamsPQReviewCache } from "@/lib/pq/validations" import { getPQSubmissions } from "@/lib/pq/service" import { PQSubmissionsTable } from "@/lib/pq/pq-review-table-new/vendors-table" - +import { InformationButton } from "@/components/information/information-button" export const metadata: Metadata = { title: "PQ 검토/실사 의뢰", description: "", @@ -69,9 +69,12 @@ export default async function PQReviewPage(props: PQReviewPageProps) { <div className="flex items-center justify-between space-y-2"> <div className="flex items-center justify-between space-y-2"> <div> - <h2 className="text-2xl font-bold tracking-tight"> - PQ 검토/실사 의뢰 - </h2> + <div className="flex items-center gap-2"> + <h2 className="text-2xl font-bold tracking-tight"> + PQ 검토/실사 의뢰 + </h2> + <InformationButton pageCode="evcp/pq_new" /> + </div> </div> </div> </div> |
